home *** CD-ROM | disk | FTP | other *** search
/ Champak 49 / Volume 49 - JOGO DISK .iso / Games / extremeracing2.swf / scripts / DefineButton2_353 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2007-10-01  |  263 b   |  13 lines

  1. on(release){
  2.    if(_root.url != "yes")
  3.    {
  4.       getUrl("http://www.ultimatearcade.com/sports/games/extremeracing2.html", "_top");
  5.    }
  6.    else
  7.    {
  8.       _root.view_scores = 2;
  9.       loadMovieNum("scores.xml",25,"GET");
  10.       gotoAndStop(2);
  11.    }
  12. }
  13.